home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00442_Script_442 < prev    next >
Text File  |  1995-05-08  |  880b  |  48 lines

  1. --
  2. on bigpic6
  3.  getback
  4. purgecast12
  5.   puppetsprite 24, true
  6.   set the loch of sprite 24 to 319
  7.   set the locv of sprite 24 to 192
  8. set the ink of sprite 24 to 0
  9. --purgecast12
  10. if the mousev < 323 then
  11.  
  12. if the mouseh < 401 then
  13.   set the castnum of sprite 24 to the castnum of sprite 12+40
  14.  updatestage
  15. exit
  16. end if
  17.  
  18. if the mouseh < 468 then
  19.   set the castnum of sprite 24 to the castnum of sprite 12+41
  20.  updatestage
  21. exit
  22. end if
  23.  
  24.   set the castnum of sprite 24 to the castnum of sprite 12+42
  25.  updatestage
  26. exit
  27.  
  28.  
  29. else
  30.  
  31. if the mouseh < 401 then
  32.   set the castnum of sprite 24 to the castnum of sprite 12+43
  33.  updatestage
  34. exit
  35. end if
  36.  
  37. if the mouseh < 468 then
  38.   set the castnum of sprite 24 to the castnum of sprite 12+44
  39.  updatestage
  40. exit
  41. end if
  42.  
  43.  
  44.   set the castnum of sprite 24 to the castnum of sprite 12+45
  45.  updatestage
  46. exit
  47. end if
  48. end if